home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
DESKLIBC
/
SOURCES.ZIP
/
DeskLib
/
!DLSources
/
Libraries
/
Font
/
s
/
Font12
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-26
|
415 b
|
17 lines
; Author: Copyright 1993 Shaun Blackmore
GET ^.h.regdefs
GET ^.h.swinos
GET ^.h.macros
;os_error *Font_SetFontColours(FontHandle font, int back_colour, int fore_colour, int offset);
PREAMBLE
STARTCODE Font_SetFontColours
;
STMFD sp!, {lr}
SWI SWI_Font_SetFontColours + XOS_Bit
MOVVC r0,#0
LDMFD sp!, {pc}^
END